//==============================================================================
define charm
{
    TechLogic none/Bonus Charm VFX
    set hotspot
    {
        version
        {
            Visualnone jimmy
        }
    }	  
    set hotspot
    {
        version
        {
            Visualparticle SFX Freyja Charm Heart
        }
    }
}
	
//==============================================================================
define wingsmid
{
	set hotspot
	{
		version
		{
			Visualparticle SFX X Titan WingsMID
		}
	}  
}

//==============================================================================
define wings
{
	set hotspot
	{
		version
		{
			Visualparticle SFX X Titan Wings
		}
	}  
}

//==============================================================================
define wingsR
{
	set hotspot
	{
		version
		{
			Visualparticle SFX X Titan WingsR
		}
	}  
}

//==============================================================================
define firecrack
{
	set hotspot
	{
		version
		{
			Visualparticle GP X Tartarian Gate Firecrack
		}
	}
}

//==============================================================================
define Feet
{
	set hotspot
	{
		version
		{
			Visualparticle SFX X Norse Titan Frost
		}
	}  
}

//==============================================================================
define GroundSlam
{
	set hotspot
	{
		version
		{
			Visualparticle SFX X Titan Fire
		}
	}  
}

//==============================================================================
define Dust
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Building DustAaomx07
		}
	}  
}

//==============================================================================
define DustA
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Building DustAaomx07A
		}
	}  
}

//==============================================================================
define AttackDustCloudLeft
{
	set hotspot
	{
		version
		{
			Visualparticle SFX X Titan Stomp Dust Cloud Left
		}
	}  
}

//==============================================================================
define AttackDustCloudRight
{
	set hotspot
	{
		version
		{
			Visualparticle SFX X Titan Stomp Dust Cloud Right
		}
	}  
}

//==============================================================================
anim Idle
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
				VisualGranny TitanEBird_idleA
			}
		}
	}
}
	
//==============================================================================
anim Death
{
	SetSelector 
	{
		set hotspot
		{
			version
			{
				Visual TitanEBird_deathA
				tag SpecificSoundSet 0.88 false TitanFall checkVisible
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
    {
		 set hotspot
		 {
			 version
			 {
				 VisualGranny TitanEBird_walkA
				 tag SpecificSoundSet 0.30 false TitanFoot checkVisible 
				 tag SpecificSoundSet 0.80 false TitanFoot checkVisible 
				 tag FootstepLeft 0.30 true	
				 tag FootstepRight 0.80 true	
                 Length 2.2
			 }
		 }
	}
}

//==============================================================================
anim Bored
{
	SetSelector 
	{
		set hotspot
		{
		    version
		    {
		  	    VisualGranny TitanEBird_BoredA
		  	    tag SpecificSoundSet 0.43 false TitanEgyptianBirth checkVisible 
		  	    tag SpecificSoundSet 0.48 false TitanFoot checkVisible 
		  	    tag SpecificSoundSet 0.76 false TitanFoot checkVisible 
		    }
		}
	}
}

//==============================================================================
anim Attack
{
	SetSelector
	{
		TargetLogic none/abstractTitan
		set hotspot
		{
		 	version
		 	{
		 		 VisualGranny TitanEBird_attackA
		 		 tag Attack 0.37 true	
		 		 tag Attack 0.76 true	
		 		 tag GenericSound 0.60 true	
		 		 tag SpecificSoundSet 0.76 false MeteorSmallHit checkVisible 
		 		 tag SpecificSoundSet 0.37 false MeteorSmallHit checkVisible 
		 		 tag FootstepLeft 0.36 true	
		 		 tag FootstepRight 0.76 true	
                 Length 1.8
		 	}
		 	version
		 	{
		 		 VisualGranny TitanEBird_attackB
		 		 tag Attack 0.61 true
		 		 tag Attack 0.61 true
		 		 tag GenericSound 0.60 true	
		 		 tag SpecificSoundSet 0.56 false SwordSwing checkVisible 
		 		 tag SpecificSoundSet 0.61 false CinematicStatueHit checkVisible 
		 		 connect LeftHand GroundSlam hotspot
		 		 connect RightHand GroundSlam hotspot
		 		 Length 1.8
		 	}
		}
	}
}

//==============================================================================
anim Charging
{
	SetSelector
	{
		set hotspot
		{
		 	version
		 	{
		 		 VisualGranny TitanEBird_attackC
		 		 tag Attack 0.57 true
		 		 tag GenericSound 0.60 true
		 		 tag SpecificSoundSet 0.10 false TitanEgyptianChargeAttack checkVisible
		 		 tag SpecificSoundSet 0.43 false SwordSwing checkVisible
		 		 tag SpecificSoundSet 0.56 false FireGiantFireball checkVisible
                 Length 1.8
		 	}
		 	version
		 	{
		 		 VisualGranny TitanEBird_attackD
		 		 tag Attack 0.44 true	
		 		 tag GenericSound 0.60 true
		 		 tag SpecificSoundSet 0.10 false TitanEgyptianChargeAttack checkVisible
		 		 tag SpecificSoundSet 0.37 false SwordSwing checkVisible
		 		 tag SpecificSoundSet 0.56 false FireGiantFireball checkVisible
                 Length 1.8
		 	}
		}
	}
}
